home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Prog / L-M / MacOberon 4.0 / MacOberon™ 4.0 Folder / Find.Tool (.txt) < prev    next >
Encoding:
Oberon Text  |  1993-10-25  |  607 b   |  19 lines  |  [.Ob./.Ob5]

  1. Syntax10.Scn.Fnt
  2. ParcElems
  3. Alloc
  4. LineElems
  5. Alloc
  6. Syntax10i.Scn.Fnt
  7. Find.Domain ~
  8. Find.All ^
  9. Find.Diff ^
  10. Search for a literal string in a sequence of files.
  11. Find.Domain {filename} ~
  12.     Specify the files in which Find.All should search for a pattern.
  13. Find.All ^
  14.     Searches the selection in the files specified with Find.Domain.
  15.     Lists all lines containing the pattern.
  16. Find.Diff ^
  17.     Compares two texts starting from the two most recent selections
  18.     Sets new selections at the first position where the two texts differ.
  19.